hasPlaybackTime

abstract fun hasPlaybackTime(block: DesignBlock): Boolean

Deprecated

Use supportsPlaybackTime instead.

Replace with

this.supportsPlaybackTime(block)

Returns whether the block has a playback time property.

Return

whether the block has a playback time property.

Parameters

block

the block to query.